From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [PATCH] drivers/net: update link status Date: Tue, 10 Apr 2018 23:41:02 +0800 Message-ID: <20180410154102.uv7og3ff4y5ylc3m@debian> References: <20180313180534.232296-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Qi Zhang , Xiao Wang , John McNamara , Marko Kovacevic , Beilei Xing , Wenzhuo Lu , Rasesh Mody , Harish Patil , Shahed Shaikh , Tetsuya Mukawa , Yuanhan Liu , Maxime Coquelin , Marcin Wojtas , Michal Krawczyk , Guy Tzalik , Evgeny Schemeilin , Konstantin Ananyev , Adrien Mazarguil , Nelio Laranjeiro , Yongseok Koh , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5D4781BA17 for ; Tue, 10 Apr 2018 17:43:10 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180313180534.232296-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Mar 13, 2018 at 06:05:34PM +0000, Ferruh Yigit wrote: > Update link status related feature document items and minor updates in > some link status related functions. > > Signed-off-by: Ferruh Yigit > --- > doc/guides/nics/features/fm10k.ini | 2 ++ > doc/guides/nics/features/fm10k_vf.ini | 2 ++ > doc/guides/nics/features/i40e_vf.ini | 1 + > doc/guides/nics/features/igb_vf.ini | 1 + > doc/guides/nics/features/qede.ini | 1 - > doc/guides/nics/features/qede_vf.ini | 1 - > doc/guides/nics/features/vhost.ini | 2 -- > doc/guides/nics/features/virtio_vec.ini | 1 + > drivers/net/e1000/em_ethdev.c | 2 +- > drivers/net/ena/ena_ethdev.c | 2 +- > drivers/net/fm10k/fm10k_ethdev.c | 6 ++---- > drivers/net/i40e/i40e_ethdev_vf.c | 2 +- > drivers/net/ixgbe/ixgbe_ethdev.c | 2 +- > drivers/net/mlx4/mlx4_ethdev.c | 2 +- > drivers/net/mlx5/mlx5_ethdev.c | 2 +- > 15 files changed, 15 insertions(+), 14 deletions(-) [...] > diff --git a/doc/guides/nics/features/vhost.ini b/doc/guides/nics/features/vhost.ini > index dffd1f493..31302745a 100644 > --- a/doc/guides/nics/features/vhost.ini > +++ b/doc/guides/nics/features/vhost.ini > @@ -4,8 +4,6 @@ > ; Refer to default.ini for the full list of available PMD features. > ; > [Features] > -Link status = Y > -Link status event = Y I think vhost PMD supports above features. > Free Tx mbuf on demand = Y > Queue status event = Y > Basic stats = Y > diff --git a/doc/guides/nics/features/virtio_vec.ini b/doc/guides/nics/features/virtio_vec.ini > index c06c860d4..e60fe36ae 100644 > --- a/doc/guides/nics/features/virtio_vec.ini > +++ b/doc/guides/nics/features/virtio_vec.ini The doc/guides/nics/features/virtio.ini also needs to be updated. Thanks for work! > @@ -6,6 +6,7 @@ > [Features] > Speed capabilities = P > Link status = Y > +Link status event = Y > Rx interrupt = Y > Queue start/stop = Y > Promiscuous mode = Y [...]