Re: [dpdk-dev] [PATCH 0/2] net/enic: minor flow manager changes

2020-07-09 Thread Ferruh Yigit
On 7/3/2020 3:23 AM, Hyong Youb Kim wrote: > This series enables VLAN push/pop actions. The first patch adds code > to translate rte_flow push/pop actions to flow manager actions. The > second patch extends the debug-print function to print recently added > flow manager actions, including the ones

[dpdk-dev] [PATCH 0/2] net/enic: minor flow manager changes

2020-07-02 Thread Hyong Youb Kim
This series enables VLAN push/pop actions. The first patch adds code to translate rte_flow push/pop actions to flow manager actions. The second patch extends the debug-print function to print recently added flow manager actions, including the ones used by the first patch. Thanks. -Hyong Hyong You