Message ID | 20230217221737.31122-1-daniel@iogearbox.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 7b18fa097af1e7053f5b6fc1b94e6a53db6ae846 |
Headers | show |
Series | pull-request: bpf-next 2023-02-17 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net-next, async |
netdev/apply | fail | Pull to net-next failed |
On Fri, 17 Feb 2023 23:17:37 +0100 Daniel Borkmann wrote: > There is a small merge conflict between aa1d3faf71a6 ("ice: Robustify > cleaning/completing XDP Tx buffers") from bpf-next and recent merge in > 675f176b4dcc ("Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net"), > result should look like the following (CC'ing Alexander & Maciej just in > case): > > [...] > if (tx_buf->type == ICE_TX_BUF_XSK_TX) { > tx_buf->type = ICE_TX_BUF_EMPTY; > ice_clean_xdp_tx_buf(xdp_ring, tx_buf); > } else { > [...] FWIW Olek provided a different resolution here: https://lore.kernel.org/all/a472728a-a4eb-391a-c517-06133e6bbc8c@intel.com/ I took his, it's different.
Hello: This pull request was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 17 Feb 2023 23:17:37 +0100 you wrote: > Hi David, hi Jakub, hi Paolo, hi Eric, > > The following pull-request contains BPF updates for your *net-next* tree. > > We've added 64 non-merge commits during the last 7 day(s) which contain > a total of 158 files changed, 4190 insertions(+), 988 deletions(-). > > [...] Here is the summary with links: - pull-request: bpf-next 2023-02-17 https://git.kernel.org/netdev/net-next/c/7b18fa097af1 You are awesome, thank you!