Re: [ovs-dev] [RFC PATCH v2 02/10] openvswitch.h: add vport to ovs_action_push_tnl.

2017-11-01 Thread Ben Pfaff
On Wed, Nov 01, 2017 at 04:14:23PM +, Stokes, Ian wrote: > > On Fri, Aug 25, 2017 at 05:40:24PM +0100, Ian Stokes wrote: > > > Upon callback for building/pushing a packet header when encapsulating > > > for tunneling a reference to the vport in question is required to > > > access associated

Re: [ovs-dev] [RFC PATCH v2 02/10] openvswitch.h: add vport to ovs_action_push_tnl.

2017-11-01 Thread Stokes, Ian
> On Fri, Aug 25, 2017 at 05:40:24PM +0100, Ian Stokes wrote: > > Upon callback for building/pushing a packet header when encapsulating > > for tunneling a reference to the vport in question is required to > > access associated devices such as cryptodevs. This patch adds this > > pointer and will

Re: [ovs-dev] [RFC PATCH v2 02/10] openvswitch.h: add vport to ovs_action_push_tnl.

2017-10-31 Thread Ben Pfaff
On Fri, Aug 25, 2017 at 05:40:24PM +0100, Ian Stokes wrote: > Upon callback for building/pushing a packet header when encapsulating > for tunneling a reference to the vport in question is required to access > associated devices such as cryptodevs. This patch adds this pointer and > will enable

Re: [ovs-dev] [RFC PATCH v2 02/10] openvswitch.h: add vport to ovs_action_push_tnl.

2017-09-01 Thread Chandran, Sugesh
Regards _Sugesh > -Original Message- > From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev- > boun...@openvswitch.org] On Behalf Of Ian Stokes > Sent: Friday, August 25, 2017 5:40 PM > To: d...@openvswitch.org > Subject: [ovs-dev] [RFC PATCH v2 02/10] openvs

[ovs-dev] [RFC PATCH v2 02/10] openvswitch.h: add vport to ovs_action_push_tnl.

2017-08-25 Thread Ian Stokes
Upon callback for building/pushing a packet header when encapsulating for tunneling a reference to the vport in question is required to access associated devices such as cryptodevs. This patch adds this pointer and will enable future work with cryptodevs that are associated with a vport.