Re: [ovs-dev] [PATCH] vport-internal_dev:Drop packets when interdev is not up

2014-08-01 Thread Pravin Shelar
ay, July 31, 2014 4:38 AM >>To: Lichunhe >>Cc: dev@openvswitch.org >>Subject: Re: [ovs-dev] [PATCH] vport-internal_dev:Drop packets when interdev >>is >>not up >> >>On Tue, Jul 29, 2014 at 6:49 PM, wrote: >>> From: Chunhe Li >>> >>&

Re: [ovs-dev] [PATCH] vport-internal_dev:Drop packets when interdev is not up

2014-07-30 Thread Lichunhe
Thanks your reply, Could this patch be applied to other branches? Chunhe >-Original Message- >From: Pravin Shelar [mailto:pshe...@nicira.com] >Sent: Thursday, July 31, 2014 4:38 AM >To: Lichunhe >Cc: dev@openvswitch.org >Subject: Re: [ovs-dev] [PATCH] vport-internal_dev

Re: [ovs-dev] [PATCH] vport-internal_dev:Drop packets when interdev is not up

2014-07-30 Thread Pravin Shelar
On Tue, Jul 29, 2014 at 6:49 PM, wrote: > From: Chunhe Li > > If the internal device is not up, it should drop received packets. Sometimes > it receive the broadcast or multicast packets, and the ip protocol stack will > casue more cpu usage wasted. > > Signed-off-by: Chunhe Li > --- > datapat

[ovs-dev] [PATCH] vport-internal_dev:Drop packets when interdev is not up

2014-07-29 Thread lichunhe
From: Chunhe Li If the internal device is not up, it should drop received packets. Sometimes it receive the broadcast or multicast packets, and the ip protocol stack will casue more cpu usage wasted. Signed-off-by: Chunhe Li --- datapath/vport-internal_dev.c | 5 + 1 file changed, 5 insert