> -----Mesaj original----- > De la: [email protected] <ovs-dev- > [email protected]> În numele Anand Kumar > Trimis: Friday, November 9, 2018 9:09 PM > Către: [email protected] > Subiect: [ovs-dev] [PATCH] datapath-windows: Use layers info to extract IP > header in IpFragment > > - Rely on layers l3Offset field to get offset of IP header. > - Aslo fix passing 'newNbl' to IP fragment which is not required. > - Fixed including a header file twice. > > Signed-off-by: Anand Kumar <[email protected]> > --- > datapath-windows/ovsext/BufferMgmt.c | 16 ++++------ datapath- > windows/ovsext/Conntrack.c | 11 +++---- datapath- > windows/ovsext/Conntrack.h | 1 - datapath- > windows/ovsext/IpFragment.c | 62 ++++++++++++++++-------------------- > datapath-windows/ovsext/IpFragment.h | 4 +-- > 5 files changed, 41 insertions(+), 53 deletions(-) > Thanks a lot for the change!
Acked-by: Alin Gabriel Serdean <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
