[ovs-git] [openvswitch/ovs] d4f528: netdev-dpdk: Remove Rx checksum reconfigure.

GitHub noreply at github.com
Wed Jul 12 05:09:52 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: d4f5282cf17d6a5f1d080f4c41a9523cbe499fa7
      https://github.com/openvswitch/ovs/commit/d4f5282cf17d6a5f1d080f4c41a9523cbe499fa7
  Author: Kevin Traynor <ktraynor at redhat.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M Documentation/howto/dpdk.rst
    M lib/netdev-dpdk.c
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  netdev-dpdk: Remove Rx checksum reconfigure.

Rx checksum offload is enabled by default on DPDK physical NICs
where available, with reconfiguration through
options:rx-checksum-offload. However, changing rx-checksum-offload
did not result in a reconfiguration of the NIC and wrong status is
reported for it.

As there seems to be diminishing reasons why a user would want
to disable Rx checksum offload, just remove the broken reconfiguration
option.

Fixes: 1a2bb11817a4 ("netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.")
Reported-by: Kevin Traynor <ktraynor at redhat.com>
Suggested-by: Sugesh Chandran <sugesh.chandran at intel.com>
Acked-by: Darrell Ball <dlu998 at gmail.com>
Tested-by: Sugesh Chandran <sugesh.chandran at intel.com>
Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 2cfe866fb3978bfe98ea8d2b4b9e4f55ace56278
      https://github.com/openvswitch/ovs/commit/2cfe866fb3978bfe98ea8d2b4b9e4f55ace56278
  Author: Kevin Traynor <ktraynor at redhat.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M lib/netdev-dpdk.c

  Log Message:
  -----------
  netdev-dpdk: Log Rx checksum offload not supported.

Rx checksum offload is enabled by default on DPDK NICs where
supported. Previously Rx checksum offload not supported was
logged only once. It meant that if multiple NICs did not
support Rx checksum offload, it was only reported for the
first NIC configured.

Fixes: 1a2bb11817a4 ("netdev-dpdk: Enable Rx checksum offloading feature on DPDK physical ports.")
Reported-by: Darrell Ball <dlu998 at gmail.com>
Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/371a74df1042...2cfe866fb397


More information about the git mailing list