[dpdk-test-report] |WARNING| [RFC PATCH] i40e: fix setting of default MAC address

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 24 13:34:49 CET 2016


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/17247

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#67: 
While testing X710 cards in our lab I found that setting of default MAC address

WARNING:LONG_LINE: line over 90 characters
#97: FILE: drivers/net/i40e/i40e_ethdev.c:9705:
+	i40e_aq_mac_address_write(hw, I40E_AQC_WRITE_TYPE_LAA_WOL, mac_addr->addr_bytes, NULL);

WARNING:LONG_LINE: line over 90 characters
#103: FILE: drivers/net/i40e/i40e_ethdev.c:9711:
+		memcpy(element.mac_addr, &dev->data->mac_addrs[0].addr_bytes, ETH_ADDR_LEN);

total: 0 errors, 3 warnings, 0 checks, 42 lines checked


More information about the test-report mailing list