On 11/11/20 10:44 AM, Finn, Emma wrote: > > >> -----Original Message----- >> From: dev <[email protected]> On Behalf Of Sriharsha >> Basavapatna via dev >> Sent: Tuesday 20 October 2020 19:04 >> To: [email protected] >> Cc: Eli Britstein <[email protected]> >> Subject: [ovs-dev] [PATCH] netdev-offload-dpdk: Pass L4 proto-id to match in >> the L3 rte_flow_item >> >> The offload layer clears the L4 protocol mask in the L3 item, when the >> L4 item is passed for matching, as an optimization. This can be confusing >> while >> parsing the headers in the PMD. Also, the datapath flow specifies this field >> to >> be matched. This optimization is best left to the PMD. >> This patch restores the code to pass the L4 protocol type in L3 match. >> >> Fixes: e8a2b5bf92bb ("netdev-dpdk: implement flow offload with rte flow") >> Signed-off-by: Sriharsha Basavapatna >> <[email protected]> >> Acked-by: Eli Britstein <[email protected]> >> >> --- >> v3: Updated "Acked-by:" and rebased. >> >> v2: Updated "fixes:" tag with the right commit id. >> --- >> > > Tested-by: Emma Finn <[email protected]>
Thanks! Applied to master. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
