All of lore.kernel.org
 help / color / mirror / Atom feed
* [REGRESSION] changes to driver_override parsing broke DPDK script
@ 2022-08-09 18:29 Stephen Hemminger
  2022-08-09 19:21 ` Bjorn Helgaas
  2022-08-10  5:45 ` Greg KH
  0 siblings, 2 replies; 13+ messages in thread
From: Stephen Hemminger @ 2022-08-09 18:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski, bhelgaas, gregkh; +Cc: linux-pci

This commit broke the driver override script in DPDK.
This is an API/ABI breakage, please revert or fix the commit.

Report of problem:
http://mails.dpdk.org/archives/dev/2022-August/247794.html


commit 23d99baf9d729ca30b2fb6798a7b403a37bfb800
Author: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Date:   Tue Apr 19 13:34:28 2022 +0200

    PCI: Use driver_set_override() instead of open-coding
    
    Use a helper to set driver_override to the reduce amount of duplicated
    code.  Make the driver_override field const char, because it is not
    modified by the core and it matches other subsystems.
    
    Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
    Acked-by: Bjorn Helgaas <bhelgaas@google.com>
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
    Link: https://lore.kernel.org/r/20220419113435.246203-6-krzysztof.kozlowski@linaro.org
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


The script is sending single nul character to remove override
and that no longer works.

Source code to dpdk-devbind
https://github.com/DPDK/dpdk/blob/main/usertools/dpdk-devbind.py

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-09-01 16:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 18:29 [REGRESSION] changes to driver_override parsing broke DPDK script Stephen Hemminger
2022-08-09 19:21 ` Bjorn Helgaas
2022-08-10  5:54   ` Krzysztof Kozlowski
2022-08-10  6:11     ` Greg KH
2022-08-10  8:21       ` Greg KH
2022-08-12  1:48         ` Dongdong Liu
2022-08-12  2:54           ` lihuisong (C)
2022-08-12  5:46             ` Greg KH
2022-09-01 16:41               ` Greg KH
2022-08-10  6:13     ` Krzysztof Kozlowski
2022-08-10 14:03       ` Stephen Hemminger
2022-08-10 14:06     ` Stephen Hemminger
2022-08-10  5:45 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.