Re: [dpdk-dev] [PATCH 1/2] net/netvsc: reset mbuf port on VF receive

2019-04-30 Thread Stephen Hemminger
On Mon, 29 Apr 2019 13:33:24 -0700 Stephen Hemminger wrote: > Redo the receive logic to set m->port on packets received on VF. > > When using VF, still need to check for packets and completions > arriving on the VMBus path even if application is not doing bursting > (ie n_rx == 0). > > Also, fi

Re: [dpdk-dev] [PATCH 1/2] net/netvsc: reset mbuf port on VF receive

2019-04-30 Thread Ferruh Yigit
On 4/29/2019 9:33 PM, Stephen Hemminger wrote: > Redo the receive logic to set m->port on packets received on VF. > > When using VF, still need to check for packets and completions > arriving on the VMBus path even if application is not doing bursting > (ie n_rx == 0). > > Also, fix comment. > >

[dpdk-dev] [PATCH 1/2] net/netvsc: reset mbuf port on VF receive

2019-04-29 Thread Stephen Hemminger
Redo the receive logic to set m->port on packets received on VF. When using VF, still need to check for packets and completions arriving on the VMBus path even if application is not doing bursting (ie n_rx == 0). Also, fix comment. Signed-off-by: Stephen Hemminger --- drivers/net/netvsc/hn_rxt