Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-24 Thread Tonghao Zhang
On Wed, Dec 25, 2019 at 7:16 AM bindiya Kurle wrote: > > Hi Tonghao, > Once this kernel patch is integrated . I will be submitting patch to ovs-dpdk > for implementing dec_ttl action on dpdk datapath. Good, thanks > Regards, > Bindiya > > On Tue, Dec 24, 2019 at 2:12 PM Tonghao Zhang > wrote:

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-24 Thread bindiya Kurle
Hi Tonghao, Once this kernel patch is integrated . I will be submitting patch to ovs-dpdk for implementing dec_ttl action on dpdk datapath. Regards, Bindiya On Tue, Dec 24, 2019 at 2:12 PM Tonghao Zhang wrote: > Hi Matteo, > Did you have plan to implement the TTL decrement action in userspace

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-24 Thread Tonghao Zhang
Hi Matteo, Did you have plan to implement the TTL decrement action in userspace datapath(with dpdk), I am doing some research offloading about TTL decrement action, and may sent patch TTL decrement offload action, using dpdk rte_flow. On Fri, Dec 20, 2019 at 8:37 PM Matteo Croce wrote: > > On

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-20 Thread Matteo Croce
On Tue, Dec 17, 2019 at 5:30 PM Nikolay Aleksandrov wrote: > > On 17/12/2019 17:51, Matteo Croce wrote: > > New action to decrement TTL instead of setting it to a fixed value. > > This action will decrement the TTL and, in case of expired TTL, drop it > > or execute an action passed via a nested

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-19 Thread Pravin Shelar
On Thu, Dec 19, 2019 at 8:36 AM Matteo Croce wrote: > > On Wed, Dec 18, 2019 at 4:06 AM Pravin Shelar wrote: > > > > On Tue, Dec 17, 2019 at 7:51 AM Matteo Croce wrote: > > > > > > New action to decrement TTL instead of setting it to a fixed value. > > > This action will decrement the TTL and,

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-19 Thread Matteo Croce
On Wed, Dec 18, 2019 at 4:06 AM Pravin Shelar wrote: > > On Tue, Dec 17, 2019 at 7:51 AM Matteo Croce wrote: > > > > New action to decrement TTL instead of setting it to a fixed value. > > This action will decrement the TTL and, in case of expired TTL, drop it > > or execute an action passed via

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-17 Thread Pravin Shelar
On Tue, Dec 17, 2019 at 7:51 AM Matteo Croce wrote: > > New action to decrement TTL instead of setting it to a fixed value. > This action will decrement the TTL and, in case of expired TTL, drop it > or execute an action passed via a nested attribute. > The default TTL expired action is to drop

Re: [ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-17 Thread Nikolay Aleksandrov
On 17/12/2019 17:51, Matteo Croce wrote: > New action to decrement TTL instead of setting it to a fixed value. > This action will decrement the TTL and, in case of expired TTL, drop it > or execute an action passed via a nested attribute. > The default TTL expired action is to drop the packet. >

[ovs-dev] [PATCH net-next v2] openvswitch: add TTL decrement action

2019-12-17 Thread Matteo Croce
New action to decrement TTL instead of setting it to a fixed value. This action will decrement the TTL and, in case of expired TTL, drop it or execute an action passed via a nested attribute. The default TTL expired action is to drop the packet. Supports both IPv4 and IPv6 via the ttl and