Displaying 2 results from an estimated 2 matches for "ktaka".
Did you mean:
kaka
2018 Apr 13
1
[PATCH net] virtio-net: add missing virtqueue kick when flushing packets
We tends to batch submitting packets during XDP_TX. This requires to
kick virtqueue after a batch, we tried to do it through
xdp_do_flush_map() which only makes sense for devmap not XDP_TX. So
explicitly kick the virtqueue in this case.
Reported-by: Kimitoshi Takahashi <ktaka at nii.ac.jp>
Tested-by: Kimitoshi Takahashi <ktaka at nii.ac.jp>
Cc: Daniel Borkmann <daniel at iogearbox.net>
Fixes: 186b3c998c50 ("virtio-net: support XDP_REDIRECT")
Signed-off-by: Jason Wang <jasowang at redhat.com>
---
drivers/net/virtio_net.c | 11 +++++++++--...
2010 Mar 01
2
pxelinux multiple serial port setting
Hello
We have computers which redirect COM2(ttyS1) to SOL(Searial console Over Lan).
We have been using pxelinux to boot them with the following pxelinux.cfg/default setting.
pxelinux.cfg/default
serial 1 19200
console 1
prompt 0
timeout 100
default menu.c32
label Linux Diskless
menu label ^Linux Diskless
kernel menu.c32
append pxelinux.cfg/linux.menu
label Bios Setup