Re: [dpdk-dev] [PATCH v2 6/13] net/ionic: clean up Tx queue version support

2021-02-05 Thread Thomas Monjalon
05/02/2021 21:26, Andrew Boyer: > > On Feb 5, 2021, at 3:20 PM, Thomas Monjalon wrote: > > 29/01/2021 23:44, Andrew Boyer: > >> The ionic PMD only supports Tx queue version 1 or greater. > >> Version 1 introduced a new SGL format with support for more > >> fragments per descriptor. > >> > >> Add

Re: [dpdk-dev] [PATCH v2 6/13] net/ionic: clean up Tx queue version support

2021-02-05 Thread Andrew Boyer
> On Feb 5, 2021, at 3:20 PM, Thomas Monjalon wrote: > > 29/01/2021 23:44, Andrew Boyer: >> The ionic PMD only supports Tx queue version 1 or greater. >> Version 1 introduced a new SGL format with support for more >> fragments per descriptor. >> >> Add release notes and an explanation to the

Re: [dpdk-dev] [PATCH v2 6/13] net/ionic: clean up Tx queue version support

2021-02-05 Thread Thomas Monjalon
29/01/2021 23:44, Andrew Boyer: > The ionic PMD only supports Tx queue version 1 or greater. > Version 1 introduced a new SGL format with support for more > fragments per descriptor. > > Add release notes and an explanation to the docs. > > Signed-off-by: Andrew Boyer > --- > +* **Updated the Pe

Re: [dpdk-dev] [PATCH v2 6/13] net/ionic: clean up Tx queue version support

2021-02-02 Thread Ferruh Yigit
On 1/29/2021 10:44 PM, Andrew Boyer wrote: The ionic PMD only supports Tx queue version 1 or greater. Version 1 introduced a new SGL format with support for more fragments per descriptor. Add release notes and an explanation to the docs. Signed-off-by: Andrew Boyer Applied to dpdk-next-net/m

[dpdk-dev] [PATCH v2 6/13] net/ionic: clean up Tx queue version support

2021-01-29 Thread Andrew Boyer
The ionic PMD only supports Tx queue version 1 or greater. Version 1 introduced a new SGL format with support for more fragments per descriptor. Add release notes and an explanation to the docs. Signed-off-by: Andrew Boyer --- doc/guides/nics/ionic.rst | 4 doc/guides/rel_not