From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6F2E6A32A1 for ; Thu, 24 Oct 2019 09:57:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 473A91C21A; Thu, 24 Oct 2019 09:57:10 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 015301C129 for ; Thu, 24 Oct 2019 09:57:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571903828; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Y3u8Ab+IwlWYI685QvWMfghi4m6wZt1P8/u2eF7rhs4=; b=EFUbJn9AGH5OkiwWbsfMpDXesxKjg0wdO6y822xrgGXV+ZVDdl7zOkUSXn01FuPEmm4uoI i+bulCKkoV2CzCqONz6CYIyHJV/D/mARfTPe1DAcq69yFvv/Dgxm+zhNN33mbR6WTt9a7R sdYE1a00bM9wWc6jNXoc8r1cg9zQyY4= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-324-7RWMSeZxPFepQsDQroGSOQ-1; Thu, 24 Oct 2019 03:57:07 -0400 Received: by mail-vk1-f199.google.com with SMTP id h186so10395385vkg.14 for ; Thu, 24 Oct 2019 00:57:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TkYqsph2j86WA/kZ5FLkp9yEx8+9zQwTPqYqJXynxUI=; b=Jkv/xXndgarmNMji9KjdPynqs+fh8KwIi+1f8ieEGjzwhLiT7Syr3e/eXJgGs+RoWW iKgFwcEx8TrgJl3sqHVCLAJPHE3I+cdsD9dhv/3sigM6RwWvc0fVeH2JBcKwYSyvm8sE 2+PiX6HgH1K3YUmewNqCbAzhe89MfEHom4zM1HMREDoDQ3mZSouSqQs5peAshMB0AEQ/ KR5I6KExBtprf7uSm+1xZVMKVUNNOoFh5BnV5wpUlIenbVIlAo3Ff4PDnHM4TBcW8ay2 rAxq9XB/IplVMwloqlkq1tgy7XUAMdIDOV8awDhJnsHxC2ny/HrXVpTedWPDU264DuYH mspw== X-Gm-Message-State: APjAAAW+Kuc9tHwHCz1+wmSGBxCQMFhPFhoOpT8QBk1JN84qskvJt9Yo ceb4jU4Gz1X1FFGSQB8JOjR3/62jEBCazg6CDRWe5PqnSXxiakcfVLPmvr35utYOeimWbUKy+ov j/Y+IQkNH57CmObZAcMs= X-Received: by 2002:a1f:a748:: with SMTP id q69mr2442555vke.80.1571903826600; Thu, 24 Oct 2019 00:57:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqx0h23TK+k0muBjNDBnBKgAYed+WQkufJ0fGVWtIDfP7g6L+1O79HB2Rn9e3c42BrDcRZ95HY+yY4mim1e2vIs= X-Received: by 2002:a1f:a748:: with SMTP id q69mr2442545vke.80.1571903826281; Thu, 24 Oct 2019 00:57:06 -0700 (PDT) MIME-Version: 1.0 References: <2601191342CEEE43887BDE71AB9772580191969C75@irsmsx105.ger.corp.intel.com> <1569408128-7408-1-git-send-email-hkalra@marvell.com> <2601191342CEEE43887BDE71AB97725801A8C6A2AE@IRSMSX104.ger.corp.intel.com> In-Reply-To: <2601191342CEEE43887BDE71AB97725801A8C6A2AE@IRSMSX104.ger.corp.intel.com> From: David Marchand Date: Thu, 24 Oct 2019 09:56:55 +0200 Message-ID: To: Harman Kalra Cc: "dev@dpdk.org" , "Ananyev, Konstantin" X-MC-Unique: 7RWMSeZxPFepQsDQroGSOQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] test/bpf: add new test cases X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Oct 17, 2019 at 1:23 PM Ananyev, Konstantin wrote: > > > This patch implements following new test cases: > > - test_call4: test case to verify if stack corruption occurs > > across with multiple function calls. > > - test_jump2: test case with a default packet in memory, parse > > the packet and check if dest ip is part of a subnet. > > - test_call5: test case with string data in the stack and > > calling string comaprision. > > > > Signed-off-by: Harman Kalra > > --- > > V2 Changes: > > * Maintaining uniformity across the code by using cmp_res rather than > > individual if statements. > > > > app/test/test_bpf.c | 619 ++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 619 insertions(+) > > -- > > Acked-by: Konstantin Ananyev Applied, thanks. --=20 David Marchand