Re: [ovs-dev] [PATCH 2/4] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-10-27 Thread Ben Pfaff
You need to repost the patches in a way that "git am" can apply then one after another. "git send-email" is the easiest way. On Mon, Oct 27, 2014 at 05:25:37PM +0530, Rishi Bamba wrote: > Hi Ben, > > Thanks for the review. As far as I can understand the commit message has only > one line differ

Re: [ovs-dev] [PATCH 2/4] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-10-27 Thread Rishi Bamba
Hi Ben, Thanks for the review. As far as I can understand the commit message has only one line difference and that might look that the two commits are same but they are not. Patch 1 is related to setting of importance parameter in a rule and Patch 2 is related to addition of the test cases for

Re: [ovs-dev] [PATCH 2/4] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-10-10 Thread Ben Pfaff
On Fri, Oct 10, 2014 at 07:20:14PM +0530, Rishi Bamba wrote: > Hi Ben, > > # In reference to the [Patch 1/4] This patch includes the Design file changes > as suggested and test cases for add-flow and dump-flow > # CLI in order to perform testing of the importance parameter in a rule for > differ

[ovs-dev] [PATCH 2/4] ovs-ofctl:To set importance of a rule for eviction(OF14)

2014-10-10 Thread Rishi Bamba
Hi Ben, # In reference to the [Patch 1/4] This patch includes the Design file changes as suggested and test cases for add-flow and dump-flow # CLI in order to perform testing of the importance parameter in a rule for different protocols of OpenFlow. --- This patch enables a user to set importan