mbox series

[v2,0/3] net/atlantic: Atlantic PMD updates

Message ID cover.1568994395.git.Pavel.Belous@aquantia.com (mailing list archive)
Headers
Series net/atlantic: Atlantic PMD updates |

Message

Pavel Belous Sept. 20, 2019, 4:21 p.m. UTC
  From: Pavel Belous <Pavel.Belous@aquantia.com>

This patchset provides the various fixes for Atlantic Driver.

v2 changes:
- compile errors on some environments fixed

Pavel Belous (3):
  net/atlantic: exclude MACSEC counters from xstats
  net/atlantic: fix reported flow control mode
  net/atlantic: add FW mailbox guard mutex

 drivers/net/atlantic/atl_ethdev.c               | 60 +++++++++++++-----
 drivers/net/atlantic/atl_types.h                |  3 +
 drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c | 82 ++++++++++++++++++-------
 3 files changed, 108 insertions(+), 37 deletions(-)
  

Comments

Ferruh Yigit Oct. 7, 2019, 12:42 p.m. UTC | #1
On 9/20/2019 5:21 PM, Pavel Belous wrote:
> From: Pavel Belous <Pavel.Belous@aquantia.com>
> 
> This patchset provides the various fixes for Atlantic Driver.
> 
> v2 changes:
> - compile errors on some environments fixed
> 
> Pavel Belous (3):
>   net/atlantic: exclude MACSEC counters from xstats
>   net/atlantic: fix reported flow control mode
>   net/atlantic: add FW mailbox guard mutex


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