[ovs-dev] [PATCH] vswitchd: Separate disable system and route.

Ben Pfaff blp at ovn.org
Wed Jun 26 21:03:49 UTC 2019


On Tue, Jun 25, 2019 at 02:52:38PM -0700, William Tu wrote:
> Previously, '--disable-system' disables both system dp and the system
> routing table.  The patch makes '--disable-system' only disable system
> dp and adds '--disable-system-route' for disabling the route table.
> This fixes failures when 'make check-system-userspace' for tunnel cases.
> 
> As a consequence, hitting errors due to OVS userspace parses the IGMP packet
> but its datapaths do not, so odp_flow_key_to_flow() return ODP_FIT_TOO_LITTLE.
> commit c645550bb249 ("odp-util: Always report ODP_FIT_TOO_LITTLE for IGMP.")
> Fix it by filtering out the IGMP-related error message.
> 
> Signed-off-by: William Tu <u9012063 at gmail.com>
> Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
> Co-authored-by: Yi-Hung Wei <yihung.wei at gmail.com>

Thanks, applied to master.


More information about the dev mailing list