[ovs-dev] [PATCH] PORTING: Update to describe netdev-vport.c
Justin Pettit
jpettit at nicira.com
Thu Nov 4 11:06:48 PDT 2010
On Nov 4, 2010, at 10:51 AM, Jesse Gross wrote:
> On Thu, Nov 4, 2010 at 2:02 AM, Justin Pettit <jpettit at nicira.com> wrote:
>> The "lib/netdev-gre.c" and "lib/netdev-patch.c" files have been
>> consolidated into "lib/netdev-vport.c". This change reflect that.
>> ---
>> PORTING | 8 ++++----
>> 1 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/PORTING b/PORTING
>> index 922d6c8..7bb4792 100644
>> --- a/PORTING
>> +++ b/PORTING
>> @@ -197,10 +197,10 @@ during a port:
>> network devices, using Linux kernel calls. It may be a good
>> place to start for full-featured netdev implementations.
>>
>> - * lib/netdev-gre.c and lib/netdev-patch.c are minimal
>> - implementations for "virtual ports" implemented by the Open
>> - vSwitch datapath module for the Linux kernel. They may serve as
>> - a model for minimal netdev implementations.
>> + * lib/netdev-vport.c provides support for "virtual ports"
>> + implemented by the Open vSwitch datapath module for the Linux
>> + kernel. They may serve as a model for minimal netdev
>> + implementations.
>
> Shouldn't that last line be singular, since it is now referring to
> just one implementation?
Yes, thanks. I made the change and pushed.
--Justin
More information about the dev
mailing list