* [dpdk-stable] please help backporting some patches to stable release 16.11.1
@ 2017-02-15 6:38 Yuanhan Liu
2017-02-17 13:15 ` Nélio Laranjeiro
0 siblings, 1 reply; 4+ messages in thread
From: Yuanhan Liu @ 2017-02-15 6:38 UTC (permalink / raw)
To: dpdk stable
Cc: Yuanhan Liu, Adrien Mazarguil, Elad Persiko, Nelio Laranjeiro,
Qi Zhang, Shahaf Shuler, Yongseok Koh
Hi commit authors (and maintainers),
I tried to pick following commits from upstream to stable branch 16.11,
but I failed: they can't be applied. I'm wondering can the authors check
the following list and backport some patches belong to them?
FYI, branch 16.11 at git://dpdk.org/dpdk-stable is the place those patches
should be packported to. It'd be great if you could do that in one week. If
so, please do me a favor by adding a heading line like following before the
commit log body:
[ backported from upstream commit xxx ]
Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e
Please let me know if you have any comments, say, need more time, or it's
worthless to packport it. And please send it to "stable@dpdk.org", but not
"dev@dpdk.org".
If you don't have time recently, you could backport them later, then they
will be candidates for 16.11.2.
Thanks.
-yliu
---
9b66721 Qi Zhang net/ixgbe: fix blocked interrupts
0603df7 Nélio Laranjeiro net/mlx5: fix Rx packet validation and type
a9f2fbc Shahaf Shuler net/mlx5: fix inconsistent link status
f04f1d5 Nélio Laranjeiro net/mlx5: fix Tx WQE corruption caused by starvation
8fcd6c2 Nélio Laranjeiro net/mlx5: fix inline WQE consumption
76bf157 Yongseok Koh net/mlx5: fix updating total length of multi-packet send
3a49ffe Shahaf Shuler net/mlx5: fix link status query
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-stable] please help backporting some patches to stable release 16.11.1
2017-02-15 6:38 [dpdk-stable] please help backporting some patches to stable release 16.11.1 Yuanhan Liu
@ 2017-02-17 13:15 ` Nélio Laranjeiro
2017-02-20 8:06 ` Yuanhan Liu
0 siblings, 1 reply; 4+ messages in thread
From: Nélio Laranjeiro @ 2017-02-17 13:15 UTC (permalink / raw)
To: Yuanhan Liu; +Cc: dpdk stable, Adrien Mazarguil
On Wed, Feb 15, 2017 at 02:38:50PM +0800, Yuanhan Liu wrote:
> Hi commit authors (and maintainers),
>
> I tried to pick following commits from upstream to stable branch 16.11,
> but I failed: they can't be applied. I'm wondering can the authors check
> the following list and backport some patches belong to them?
>
> FYI, branch 16.11 at git://dpdk.org/dpdk-stable is the place those patches
> should be packported to. It'd be great if you could do that in one week. If
> so, please do me a favor by adding a heading line like following before the
> commit log body:
>
> [ backported from upstream commit xxx ]
>
> Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e
>
> Please let me know if you have any comments, say, need more time, or it's
> worthless to packport it. And please send it to "stable@dpdk.org", but not
> "dev@dpdk.org".
>
> If you don't have time recently, you could backport them later, then they
> will be candidates for 16.11.2.
>
> Thanks.
>
> -yliu
>
> ---
> 9b66721 Qi Zhang net/ixgbe: fix blocked interrupts
> 0603df7 Nélio Laranjeiro net/mlx5: fix Rx packet validation and type
> a9f2fbc Shahaf Shuler net/mlx5: fix inconsistent link status
> f04f1d5 Nélio Laranjeiro net/mlx5: fix Tx WQE corruption caused by starvation
> 8fcd6c2 Nélio Laranjeiro net/mlx5: fix inline WQE consumption
> 76bf157 Yongseok Koh net/mlx5: fix updating total length of multi-packet send
> 3a49ffe Shahaf Shuler net/mlx5: fix link status query
Yuanhan,
- 0603df7 Nélio Laranjeiro net/mlx5: fix Rx packet validation and type
Depends on another fix:
501505c5608a "net/mlx: fix IPv4 and IPv6 packet type",
please apply this one before and mine will then apply without any
conflict.
According to our discussion [1], please do not handle the following
patches:
- f04f1d5 Nélio Laranjeiro net/mlx5: fix Tx WQE corruption caused by starvation
- 8fcd6c2 Nélio Laranjeiro net/mlx5: fix inline WQE consumption
They need to be totally re-written to apply on top of DPDK 16.11 stable
branch.
Thanks,
[1] http://dpdk.org/ml/archives/stable/2017-February/001041.html
--
Nélio Laranjeiro
6WIND
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-stable] please help backporting some patches to stable release 16.11.1
2017-02-17 13:15 ` Nélio Laranjeiro
@ 2017-02-20 8:06 ` Yuanhan Liu
0 siblings, 0 replies; 4+ messages in thread
From: Yuanhan Liu @ 2017-02-20 8:06 UTC (permalink / raw)
To: Nélio Laranjeiro; +Cc: dpdk stable, Adrien Mazarguil
On Fri, Feb 17, 2017 at 02:15:30PM +0100, Nélio Laranjeiro wrote:
> On Wed, Feb 15, 2017 at 02:38:50PM +0800, Yuanhan Liu wrote:
> > Hi commit authors (and maintainers),
> >
> > I tried to pick following commits from upstream to stable branch 16.11,
> > but I failed: they can't be applied. I'm wondering can the authors check
> > the following list and backport some patches belong to them?
> >
> > FYI, branch 16.11 at git://dpdk.org/dpdk-stable is the place those patches
> > should be packported to. It'd be great if you could do that in one week. If
> > so, please do me a favor by adding a heading line like following before the
> > commit log body:
> >
> > [ backported from upstream commit xxx ]
> >
> > Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e
> >
> > Please let me know if you have any comments, say, need more time, or it's
> > worthless to packport it. And please send it to "stable@dpdk.org", but not
> > "dev@dpdk.org".
> >
> > If you don't have time recently, you could backport them later, then they
> > will be candidates for 16.11.2.
> >
> > Thanks.
> >
> > -yliu
> >
> > ---
> > 9b66721 Qi Zhang net/ixgbe: fix blocked interrupts
> > 0603df7 Nélio Laranjeiro net/mlx5: fix Rx packet validation and type
> > a9f2fbc Shahaf Shuler net/mlx5: fix inconsistent link status
> > f04f1d5 Nélio Laranjeiro net/mlx5: fix Tx WQE corruption caused by starvation
> > 8fcd6c2 Nélio Laranjeiro net/mlx5: fix inline WQE consumption
> > 76bf157 Yongseok Koh net/mlx5: fix updating total length of multi-packet send
> > 3a49ffe Shahaf Shuler net/mlx5: fix link status query
>
> Yuanhan,
>
> - 0603df7 Nélio Laranjeiro net/mlx5: fix Rx packet validation and type
>
> Depends on another fix:
> 501505c5608a "net/mlx: fix IPv4 and IPv6 packet type",
> please apply this one before and mine will then apply without any
> conflict.
Thanks!
This one is actually applied. It turned out to be another issue of
"git am fails while git cherry-pick works", as stated in following
reply:
http://dpdk.org/ml/archives/stable/2017-February/001044.html
I will update my script and now it's applied.
For the same reason, 76bf157 ("net/mlx5: fix updating total length
of multi-packet send") is also applied.
> According to our discussion [1], please do not handle the following
> patches:
>
> - f04f1d5 Nélio Laranjeiro net/mlx5: fix Tx WQE corruption caused by starvation
> - 8fcd6c2 Nélio Laranjeiro net/mlx5: fix inline WQE consumption
>
> They need to be totally re-written to apply on top of DPDK 16.11 stable
> branch.
Okay, thanks for the note!
Now, there is only one left: a9f2fbc ("net/mlx5: fix inconsistent link
status"). Woud you or Shahaf (the author) backport it, please?
I plan to do a stable patches review today or tomorrow, then the final
release will be out in about 2 weeks. If you could do that before it,
that'd be great. If not, it will be postponed to next release.
--yliu
>
> Thanks,
>
> [1] http://dpdk.org/ml/archives/stable/2017-February/001041.html
>
> --
> Nélio Laranjeiro
> 6WIND
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-stable] please help backporting some patches to stable release 16.11.1
@ 2017-01-23 10:52 Yuanhan Liu
0 siblings, 0 replies; 4+ messages in thread
From: Yuanhan Liu @ 2017-01-23 10:52 UTC (permalink / raw)
To: dpdk stable
Cc: Yuanhan Liu, Adrien Mazarguil, Bernard Iremonger, Ferruh Yigit,
Fiona Trahe, Harish Patil, Helin Zhang, Jerin Jacob, Jianbo Liu,
John Griffin, Shahaf Shuler, Vincent Jardin
Hi commit authors (and maintainers),
I tried to pick following commits from upstream to stable branch 16.11,
but I failed: they can't be applied. I'm wondering can the authors check
the following list and backport some patches belong to them?
FYI, branch 16.11 at git://dpdk.org/dpdk-stable is the place those patches
should be packported to. It'd be great if you could do that in one or two
weeks. If so, please do me a favor by adding a heading line like following
before the commit log body:
[ backported from upstream commit xxx ]
Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e
Please let me know if you have any comments, say, need more time, or it's
worthless to packport it. And please send it to "stable@dpdk.org", but not
"dev@dpdk.org".
Thanks.
-yliu
---
7ab35bf Harish Patil net/qede: fix RSS
b7f714f Harish Patil net/qede: fix reporting PF driver as disabled
528fcfa Harish Patil net/qede: restrict maximum queues for PF/VF
786b5c2 Shahaf Shuler net/mlx5: fix multi segment packet send
54ecae2 Harish Patil net/qede: fix scatter-gather
f6033f2 Harish Patil net/qede: fix minimum buffer size and scatter Rx check
21e5e13 Bernard Iremonger net/ixgbe: fix API parameter checking
daa4c9c Ferruh Yigit net/i40e: fix VF MAC address assignment
84733fd Jerin Jacob eal/arm64: fix memory barrier definition
96ec5f9 Fiona Trahe crypto/qat: fix buffer overwrite in OOP case
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-20 8:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15 6:38 [dpdk-stable] please help backporting some patches to stable release 16.11.1 Yuanhan Liu
2017-02-17 13:15 ` Nélio Laranjeiro
2017-02-20 8:06 ` Yuanhan Liu
-- strict thread matches above, loose matches on Subject: below --
2017-01-23 10:52 Yuanhan Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).