Re: [dpdk-dev] [PATCH 47/49] net/ice/base: enable additional switch rules

2019-06-07 Thread Stillwell Jr, Paul M
> -Original Message- > From: Maxime Coquelin > Sent: Friday, June 7, 2019 5:41 AM > To: Stillwell Jr, Paul M ; Rong, Leyi > ; Zhang, Qi Z > Cc: dev@dpdk.org; Nowlin, Dan > Subject: Re: [dpdk-dev] [PATCH 47/49] net/ice/base: enable additional > switch rules >

Re: [dpdk-dev] [PATCH 47/49] net/ice/base: enable additional switch rules

2019-06-07 Thread Maxime Coquelin
On 6/5/19 6:34 PM, Stillwell Jr, Paul M wrote: if (!s_rule) @@ -5576,8 +5606,8 @@ ice_add_adv_rule(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, s_rule->pdata.lkup_tx_rx.recipe_id = CPU_TO_LE16(rid); s_rule->pdata.lkup_tx_rx.act = CPU_TO_LE32(act); - ice_

Re: [dpdk-dev] [PATCH 47/49] net/ice/base: enable additional switch rules

2019-06-05 Thread Stillwell Jr, Paul M
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, June 5, 2019 5:24 AM > To: Rong, Leyi ; Zhang, Qi Z > Cc: dev@dpdk.org; Nowlin, Dan ; Stillwell Jr, Paul M > > Subject: Re: [dpdk-dev] [PATCH 47/49] net/ice/base: enable additional > switch rules &

Re: [dpdk-dev] [PATCH 47/49] net/ice/base: enable additional switch rules

2019-06-05 Thread Maxime Coquelin
On 6/4/19 7:42 AM, Leyi Rong wrote: Add capability to create inner IP and inner TCP switch recipes and rules. Change UDP tunnel dummy packet to accommodate the training of these new rules. Signed-off-by: Dan Nowlin Signed-off-by: Paul M Stillwell Jr Signed-off-by: Leyi Rong --- drivers/n