Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@mellanox.com> > Sent: Thursday, January 30, 2020 6:28 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@mellanox.com>; Matan Azrad > <ma...@mellanox.com>; Slava Ovsiienko <viachesl...@mellanox.com>; > ferruh.yi...@intel.com; Thomas Monjalon <tho...@monjalon.net> > Subject: [PATCH] net/mlx5: add Rx/Tx burst mode info callbacks > > Get a burst mode information for Rx/Tx queues in mlx5. > Provide callback functions to show this information in a "show rxq info" and > "show txq info" output. > > Signed-off-by: Alexander Kozyrev <akozy...@mellanox.com> > --- > doc/guides/nics/features/mlx5.ini | 1 + > drivers/net/mlx5/mlx5.c | 12 +++ > drivers/net/mlx5/mlx5_rxtx.c | 172 > ++++++++++++++++++++++++++++++++++++++ > drivers/net/mlx5/mlx5_rxtx.h | 8 ++ > 4 files changed, 193 insertions(+)
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh