mbox series

[0/2] bpf: fix and new test-case

Message ID 20190703134035.4773-1-konstantin.ananyev@intel.com (mailing list archive)
Headers
Series bpf: fix and new test-case |

Message

Ananyev, Konstantin July 3, 2019, 1:40 p.m. UTC
  Fixes problem in validate part for function return value checking
and adds new test-case to cover that.

Konstantin Ananyev (2):
  bpf: fix validate for function return value
  test/bpf: add test-case for function return value

 app/test/test_bpf.c           | 130 ++++++++++++++++++++++++++++++++++
 lib/librte_bpf/bpf_validate.c |  10 +--
 2 files changed, 135 insertions(+), 5 deletions(-)
  

Comments

Thomas Monjalon July 4, 2019, 9:07 a.m. UTC | #1
03/07/2019 15:40, Konstantin Ananyev:
> Fixes problem in validate part for function return value checking
> and adds new test-case to cover that.
> 
> Konstantin Ananyev (2):
>   bpf: fix validate for function return value
>   test/bpf: add test-case for function return value

Applied, thanks