Re: [dpdk-dev] [PATCH v1 0/4] doc: announce API changes for flow rules

2018-02-14 Thread Andrew Rybchenko
On 02/14/2018 06:55 PM, Nélio Laranjeiro wrote: On Wed, Feb 14, 2018 at 04:37:26PM +0100, Adrien Mazarguil wrote: Series of API/ABI change announcements for rte_flow to enable proper encap/decap support and address various design issues that can't be addressed without ABI impact. Adrien Mazargu

Re: [dpdk-dev] [PATCH v1 0/4] doc: announce API changes for flow rules

2018-02-14 Thread Nélio Laranjeiro
On Wed, Feb 14, 2018 at 04:37:26PM +0100, Adrien Mazarguil wrote: > Series of API/ABI change announcements for rte_flow to enable proper > encap/decap support and address various design issues that can't be > addressed without ABI impact. > > Adrien Mazarguil (4): > doc: announce API change for

[dpdk-dev] [PATCH v1 0/4] doc: announce API changes for flow rules

2018-02-14 Thread Adrien Mazarguil
Series of API/ABI change announcements for rte_flow to enable proper encap/decap support and address various design issues that can't be addressed without ABI impact. Adrien Mazarguil (4): doc: announce API change for flow actions doc: announce API change for flow RSS action doc: announce AP