Displaying 2 results from an estimated 2 matches for "kimitoshi".
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....
2010 Mar 01
2
pxelinux multiple serial port setting
...ossible to have pxelinux output both COM2 and COM3 simultaneously ?
Or, is it possible to have pxelinux behave like GRUB, which prompt something like "Press any key to proceed." and after receiving any input, output GRUB's menu only to the device which it received inputs?
Sincerely,
Kimitoshi Takahashi