Re: [PATCH net-next v2 1/2] hinic: add rss support

2019-06-13 Thread xuechaojing
Hi UDP RSS is supported on hinic device, so we set udp rss type to 1. Thanks for reviewing. xue 在 2019/6/13 6:56, Jakub Kicinski wrote: On Tue, 11 Jun 2019 18:12:33 +, Xue Chaojing wrote: This patch adds rss support for the HINIC driver. Signed-off-by: Xue Chaojing +static int hinic_rs

Re: [PATCH net-next] hinic: fix a bug in set rx mode

2019-06-10 Thread xuechaojing
Yes, This patch fixes the Oops. xue 在 2019/6/11 8:45, dann frazier wrote: On Mon, May 27, 2019 at 10:10:05PM +, Xue Chaojing wrote: in set_rx_mode, __dev_mc_sync and netdev_for_each_mc_addr will repeatedly set the multicast mac address. so we delete this loop. fyi, I'm told this fixes the

Re: [PATCH net-next v3] hinic: add LRO support

2019-06-04 Thread xuechaojing
Hi jesse Thank you for reviewing. Our hardware don't support NETIF_F_GRO_HW. other review comments have been modified. 在 2019/6/4 7:05, Jesse Brandeburg wrote: some review comments below... On Mon, 3 Jun 2019 04:35:36 + Xue Chaojing wrote: This patch adds LRO support for the HiNIC dri