Re: [PATCH v1] dts: create tarball from git ref

2023-07-12 Thread Thomas Monjalon
28/04/2023 21:38, Jeremy Spewock: > Acked-by: Jeremy Spweock > > On Thu, Apr 20, 2023 at 10:16 AM Juraj Linkeš > wrote: > > > Add additional convenience options for specifying what DPDK version to > > test. > > > > Signed-off-by: Juraj Linkeš Applied, thanks. Sorry for the delay.

Re: [PATCH v1] dts: create tarball from git ref

2023-04-28 Thread Jeremy Spewock
Acked-by: Jeremy Spweock On Thu, Apr 20, 2023 at 10:16 AM Juraj Linkeš wrote: > Add additional convenience options for specifying what DPDK version to > test. > > Signed-off-by: Juraj Linkeš > --- > dts/framework/config/__init__.py | 11 +-- > dts/framework/settings.py| 20 ++--- >

[PATCH v1] dts: create tarball from git ref

2023-04-20 Thread Juraj Linkeš
Add additional convenience options for specifying what DPDK version to test. Signed-off-by: Juraj Linkeš --- dts/framework/config/__init__.py | 11 +-- dts/framework/settings.py| 20 ++--- dts/framework/utils.py | 140 +++ 3 files changed, 152 inse