Re: [dpdk-dev] [PATCH 0/2] net/netvsc: patches

2020-03-19 Thread Ferruh Yigit
On 3/18/2020 6:09 PM, Stephen Hemminger wrote: > On Wed, 18 Mar 2020 17:33:18 + > Ferruh Yigit wrote: > >> On 3/16/2020 11:56 PM, Stephen Hemminger wrote: >>> A couple of fixes for netvsc PMD. >>> The first is more serious than the second. >>> >>> Stephen Hemminger (2): >>> net/netvsc: hand

Re: [dpdk-dev] [PATCH 0/2] net/netvsc: patches

2020-03-18 Thread Stephen Hemminger
On Wed, 18 Mar 2020 17:33:18 + Ferruh Yigit wrote: > On 3/16/2020 11:56 PM, Stephen Hemminger wrote: > > A couple of fixes for netvsc PMD. > > The first is more serious than the second. > > > > Stephen Hemminger (2): > > net/netvsc: handle receive packets during multi-channel setup > > n

Re: [dpdk-dev] [PATCH 0/2] net/netvsc: patches

2020-03-18 Thread Ferruh Yigit
On 3/16/2020 11:56 PM, Stephen Hemminger wrote: > A couple of fixes for netvsc PMD. > The first is more serious than the second. > > Stephen Hemminger (2): > net/netvsc: handle receive packets during multi-channel setup > net/netvsc: avoid mixing buffered and direct packets > Series applied

[dpdk-dev] [PATCH 0/2] net/netvsc: patches

2020-03-16 Thread Stephen Hemminger
A couple of fixes for netvsc PMD. The first is more serious than the second. Stephen Hemminger (2): net/netvsc: handle receive packets during multi-channel setup net/netvsc: avoid mixing buffered and direct packets drivers/net/netvsc/hn_ethdev.c | 1 + drivers/net/netvsc/hn_nvs.c| 40 ++