Re: [dpdk-dev] [PATCH] Define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-07-02 Thread Ferruh Yigit
On 7/1/2019 2:11 PM, Olivier Matz wrote: > On Fri, Jun 21, 2019 at 12:55:06PM +0200, Morten Brørup wrote: >> TCP flags were moved to the TCP header file from the Ethernet control >> header file, and the RTE prefix was added to their names. >> >> Missing TCP ECN flags were added. >> >> The ALL mask

Re: [dpdk-dev] [PATCH] Define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-07-01 Thread Olivier Matz
On Fri, Jun 21, 2019 at 12:55:06PM +0200, Morten Brørup wrote: > TCP flags were moved to the TCP header file from the Ethernet control > header file, and the RTE prefix was added to their names. > > Missing TCP ECN flags were added. > > The ALL mask did not include TCP ECN flags, so it was rename

[dpdk-dev] [PATCH] Define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h

2019-06-21 Thread Morten Brørup
TCP flags were moved to the TCP header file from the Ethernet control header file, and the RTE prefix was added to their names. Missing TCP ECN flags were added. The ALL mask did not include TCP ECN flags, so it was renamed to reflect that it applies to N-tuple filtering only. Updated other file