Re: [ovs-dev] [RFC 2/4] dpif-netdev: Fix EMC key length

2018-02-26 Thread Wang, Yipeng1
csson.com] >Sent: Wednesday, February 21, 2018 12:09 AM >To: Bodireddy, Bhanuprakash <bhanuprakash.bodire...@intel.com>; Wang, Yipeng1 ><yipeng1.w...@intel.com>; >d...@openvswitch.org >Cc: Tai, Charlie <charlie....@intel.com> >Subject: RE: [ovs-dev] [RFC 2/

Re: [ovs-dev] [RFC 2/4] dpif-netdev: Fix EMC key length

2018-02-21 Thread Jan Scheurich
y, Bhanuprakash [mailto:bhanuprakash.bodire...@intel.com] > Sent: Tuesday, 20 February, 2018 22:14 > To: Wang, Yipeng1 <yipeng1.w...@intel.com>; d...@openvswitch.org; Jan > Scheurich <jan.scheur...@ericsson.com> > Cc: Tai, Charlie <charlie....@intel.com> > Subject: RE: [ovs-dev] [RFC 2/

Re: [ovs-dev] [RFC 2/4] dpif-netdev: Fix EMC key length

2018-02-20 Thread Bodireddy, Bhanuprakash
org; jan.scheur...@ericsson.com >Cc: Tai, Charlie <charlie@intel.com> >Subject: [ovs-dev] [RFC 2/4] dpif-netdev: Fix EMC key length > >EMC's key length is not initialized when insertion. Initialize the key length >before insertion. > >The code might be put in another

[ovs-dev] [RFC 2/4] dpif-netdev: Fix EMC key length

2018-01-18 Thread Yipeng Wang
EMC's key length is not initialized when insertion. Initialize the key length before insertion. The code might be put in another place, for now I just put it in dfc_lookup. Signed-off-by: Yipeng Wang --- lib/dpif-netdev.c | 3 ++- 1 file changed, 2 insertions(+), 1