mbox series

[0/3] net/netvsc: misc fixes

Message ID 20181214012621.15213-1-stephen@networkplumber.org (mailing list archive)
Headers
Series net/netvsc: misc fixes |

Message

Stephen Hemminger Dec. 14, 2018, 1:26 a.m. UTC
  Minor updates to netvsc driver.

Stephen Hemminger (3):
  net/netvsc: support receive without vlan strip
  net/netvsc: cleanup transmit descriptor pool
  net/netvsc: not finding VF should not cause failure

 drivers/net/netvsc/hn_ethdev.c |  6 +++++-
 drivers/net/netvsc/hn_rxtx.c   | 19 +++++++++++++++++++
 drivers/net/netvsc/hn_var.h    |  6 ++++--
 3 files changed, 28 insertions(+), 3 deletions(-)
  

Comments

Ferruh Yigit Dec. 17, 2018, 10:13 p.m. UTC | #1
On 12/14/2018 1:26 AM, Stephen Hemminger wrote:
> Minor updates to netvsc driver.
> 
> Stephen Hemminger (3):
>   net/netvsc: support receive without vlan strip
>   net/netvsc: cleanup transmit descriptor pool
>   net/netvsc: not finding VF should not cause failure

Series applied to dpdk-next-net/master, thanks.

(Commit titles converted to fix and Fixes line & stable tag added, please
confirm them at next-net)
  
Stephen Hemminger Dec. 18, 2018, 6:32 a.m. UTC | #2
On Mon, 17 Dec 2018 22:13:19 +0000
Ferruh Yigit <ferruh.yigit@intel.com> wrote:

> On 12/14/2018 1:26 AM, Stephen Hemminger wrote:
> > Minor updates to netvsc driver.
> > 
> > Stephen Hemminger (3):
> >   net/netvsc: support receive without vlan strip
> >   net/netvsc: cleanup transmit descriptor pool
> >   net/netvsc: not finding VF should not cause failure  
> 
> Series applied to dpdk-next-net/master, thanks.
> 
> (Commit titles converted to fix and Fixes line & stable tag added, please
> confirm them at next-net)

Thanks.