From: Stephen Hemminger <stephen@networkplumber.org> Date: 2017-01-12 20:49:06
Really trivial patches.
I also consider this a litmus test of how long it takes DPDK
project to merge trivial maintaince patches.
Stephen Hemminger (2):
bnx: make eth_dev_ops const
ena: make eth_dev_ops const
drivers/net/bnxt/bnxt_ethdev.c | 2 +-
drivers/net/ena/ena_ethdev.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.11.0
Patches are not in patchwork, and not in the mail list.
I also consider this a litmus test of how long it takes DPDK
project to merge trivial maintaince patches.
Stephen Hemminger (2):
bnx: make eth_dev_ops const
ena: make eth_dev_ops const
drivers/net/bnxt/bnxt_ethdev.c | 2 +-
drivers/net/ena/ena_ethdev.c | 2 +-
Right, ena and bnxt are missing const for eth_dev_ops. Do you want me
send patches?
From: Thomas Monjalon <hidden> Date: 2017-01-13 15:38:59
2017-01-12 21:54, Ferruh Yigit:
On 1/12/2017 7:12 PM, Stephen Hemminger wrote:
quoted
Really trivial patches.
Patches are not in patchwork, and not in the mail list.
quoted
I also consider this a litmus test of how long it takes DPDK
project to merge trivial maintaince patches.
This is a nice example of why patches are not merged timely,
sometimes they are not received at all :)
In order to reduce the time needed to merge, could you please
run devtools/check-git-log.sh ?