Re: [ovs-dev] [PATCH 2/4] tests: Remove trim_zeros() from ovn tests.

2016-07-29 Thread Daniele Di Proietto
On 28/07/2016 22:22, "Ben Pfaff" wrote: >On Thu, Jul 28, 2016 at 07:58:04PM -0700, Daniele Di Proietto wrote: >> trim_zeros() is not necessary anymore, since now we don't pad packets in >> the userspace datapath. >> >> Signed-off-by: Daniele Di Proietto

Re: [ovs-dev] [PATCH 2/4] tests: Remove trim_zeros() from ovn tests.

2016-07-28 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 07:58:04PM -0700, Daniele Di Proietto wrote: > trim_zeros() is not necessary anymore, since now we don't pad packets in > the userspace datapath. > > Signed-off-by: Daniele Di Proietto Oops, I just committed a patch that made a change related to

[ovs-dev] [PATCH 2/4] tests: Remove trim_zeros() from ovn tests.

2016-07-28 Thread Daniele Di Proietto
trim_zeros() is not necessary anymore, since now we don't pad packets in the userspace datapath. Signed-off-by: Daniele Di Proietto --- tests/ovn.at | 135 +++ 1 file changed, 43 insertions(+), 92 deletions(-) diff