Re: [ovs-dev] [PATCH] datapath: Fix STT protocol field for sampling packet.

2015-07-31 Thread Pravin Shelar
On Fri, Jul 31, 2015 at 10:21 AM, Jesse Gross wrote: > On Thu, Jul 30, 2015 at 8:51 PM, Pravin B Shelar wrote: >> Fixes typo in STT sampling code. >> >> Signed-off-by: Pravin B Shelar >> --- >> datapath/vport-stt.c |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) > > Acked-by: Jes

Re: [ovs-dev] [PATCH] datapath: Fix STT protocol field for sampling packet.

2015-07-31 Thread Jesse Gross
On Thu, Jul 30, 2015 at 8:51 PM, Pravin B Shelar wrote: > Fixes typo in STT sampling code. > > Signed-off-by: Pravin B Shelar > --- > datapath/vport-stt.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Acked-by: Jesse Gross ___ dev mai

[ovs-dev] [PATCH] datapath: Fix STT protocol field for sampling packet.

2015-07-30 Thread Pravin B Shelar
Fixes typo in STT sampling code. Signed-off-by: Pravin B Shelar --- datapath/vport-stt.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/datapath/vport-stt.c b/datapath/vport-stt.c index 9a1c8a6..4eb0282 100644 --- a/datapath/vport-stt.c +++ b/datapath/vport-stt.c @@ -1