Re: [PATCH v3] devtools: ensure proper tag sequence

2022-11-25 Thread Thomas Monjalon
19/07/2022 14:01, jpali...@marvell.com: > From: Jakub Palider > > This change to log checking procedure ensures that certain > tags are in proper order. > The order of tags is as follows: > * Coverity issue > * Bugzilla ID > * Fixes > * Cc > * > * Suggested-by > * Reported-by > + Signed-

Re: [PATCH 0/2] update ethdev deprecation notices

2022-11-25 Thread Thomas Monjalon
> > > The deprecation plan was not followed for rte_flow actions and items. > > > It needs to be reflected before the release 22.11. > > > > > > Thomas Monjalon (2): > > >doc: update deprecation notice of legacy flow actions > > >doc: update deprecation notice of flow items > > > > Series-a

Re: [PATCH v1] doc: update release notes for 22.11

2022-11-25 Thread Thomas Monjalon
24/11/2022 18:12, Mcnamara, John: > > Fix grammar, spelling and formatting of DPDK 22.11 release notes. > > P.S., I didn't remove the instructions or empty sections. Removed comments and applied, thanks.

[PATCH v6] mailmap: add file to DPDK

2022-11-25 Thread David Marchand
From: Bruce Richardson Since a number of contributors to DPDK have submitted patches to DPDK under more than one email address, we should maintain a mailmap file to properly track their commits using "shortlog". It also helps fix up any mangled names, for example, with surname/firstname reversed

RE: release candidate 22.11-rc4

2022-11-25 Thread Jiang, YuX
Hi All, Update the test status for Intel part. Till now dpdk22.11-rc4 test is almost finished. No critical & new issue are found. # Basic Intel(R) NIC testing * Build or compile: *Build: cover the build test combination with latest GCC/Clang version and the popular OS revision such as Ubuntu20

RE: [PATCH v6] mailmap: add file to DPDK

2022-11-25 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Friday, November 25, 2022 2:54 PM > To: dev@dpdk.org > Cc: ferruh.yi...@amd.com; Richardson, Bruce > ; Thomas Monjalon > Subject: [PATCH v6] mailmap: add file to DPDK > > From: Bruce Richardson > > Since a number of contributors to

Re: [PATCH] net/gve: add support for basic stats

2022-11-25 Thread Rushil Gupta
Makes sense. On Thu, Nov 24, 2022 at 9:26 AM Ferruh Yigit wrote: > > On 11/24/2022 4:59 PM, Stephen Hemminger wrote: > > On Thu, 24 Nov 2022 15:33:35 +0800 > > Junfeng Guo wrote: > > > >> +static int > >> +gve_dev_stats_get(struct rte_eth_dev *dev, struct rte_eth_stats *stats) > >> +{ > >> +