Re: [ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-04-17 Thread Ben Pfaff
On Mon, Apr 16, 2018 at 02:58:34PM -0700, Gregory Rose wrote: > On 4/11/2018 11:13 AM, Ashish Varma wrote: > >Sure, no problem. > > > >Thanks, > >Ashish > > > >On Tue, Apr 10, 2018 at 5:00 PM, Gregory Rose >> wrote: > > > >On 4/6/2018 7:35

Re: [ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-04-16 Thread Gregory Rose
On 4/11/2018 11:13 AM, Ashish Varma wrote: Sure, no problem. Thanks, Ashish On Tue, Apr 10, 2018 at 5:00 PM, Gregory Rose > wrote: On 4/6/2018 7:35 AM, Gregory Rose wrote: On 4/4/2018 10:23 AM, Ben Pfaff wrote:

Re: [ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-04-11 Thread Ashish Varma
Sure, no problem. Thanks, Ashish On Tue, Apr 10, 2018 at 5:00 PM, Gregory Rose wrote: > On 4/6/2018 7:35 AM, Gregory Rose wrote: > >> >> >> On 4/4/2018 10:23 AM, Ben Pfaff wrote: >> >>> On Thu, Mar 29, 2018 at 04:46:09PM -0700, Ashish Varma wrote: >>> Added test

Re: [ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-04-10 Thread Gregory Rose
On 4/6/2018 7:35 AM, Gregory Rose wrote: On 4/4/2018 10:23 AM, Ben Pfaff wrote: On Thu, Mar 29, 2018 at 04:46:09PM -0700, Ashish Varma wrote: Added test cases for encap, decap, replace and forwarding of NSH packets. Also added a python script 'sendpkt.py' to send hex ethernet frames.

Re: [ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-04-06 Thread Gregory Rose
On 4/4/2018 10:23 AM, Ben Pfaff wrote: On Thu, Mar 29, 2018 at 04:46:09PM -0700, Ashish Varma wrote: Added test cases for encap, decap, replace and forwarding of NSH packets. Also added a python script 'sendpkt.py' to send hex ethernet frames. Signed-off-by: Ashish Varma

Re: [ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-04-04 Thread Ben Pfaff
On Thu, Mar 29, 2018 at 04:46:09PM -0700, Ashish Varma wrote: > Added test cases for encap, decap, replace and forwarding of NSH packets. > Also added a python script 'sendpkt.py' to send hex ethernet frames. > > Signed-off-by: Ashish Varma Ashish, do you have a

[ovs-dev] [PATCH v1] tests: Added NSH related unit test cases for datapath

2018-03-29 Thread Ashish Varma
Added test cases for encap, decap, replace and forwarding of NSH packets. Also added a python script 'sendpkt.py' to send hex ethernet frames. Signed-off-by: Ashish Varma --- tests/automake.mk | 4 +- tests/sendpkt.py| 94