From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 85BB3A0C44; Mon, 12 Apr 2021 09:23:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 211164069F; Mon, 12 Apr 2021 09:23:04 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id A41C040698 for ; Mon, 12 Apr 2021 09:23:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618212182; 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: in-reply-to:in-reply-to:references:references; bh=b04bbWMLvGyAgU+3zWNdR83yfaBa/siQLadmo8SVBcs=; b=LJSEIbYRvhlxJZe6HUWh+IhdrNHeg2XECmxIFQlQIlh/2uj70NteKDX+aC/o8WHte1NQa9 Rv0rf2YEQ1qAt/6ZaxhOW58gomTZzq0eesbbxwWD6I9XZrNYVI/8sbdUD+wL1S7q/eERca RFeschFn8xMBFIOb+LXfg0MrnLnvm3U= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-306-7s-ak2AUO1yJZUqQQWuR_w-1; Mon, 12 Apr 2021 03:23:00 -0400 X-MC-Unique: 7s-ak2AUO1yJZUqQQWuR_w-1 Received: by mail-ua1-f70.google.com with SMTP id f10so656223uax.19 for ; Mon, 12 Apr 2021 00:23:00 -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=b04bbWMLvGyAgU+3zWNdR83yfaBa/siQLadmo8SVBcs=; b=HeFzACTlH6I3fTv//z+LAqowaIJcTqfTxIsduL/a2th5Hsq4v9lPXoziJWbLkl8k5W tV7RNqXinGca2bYiMzEZS/rNZVXUe6qzS4Vj/pdbIlbmX3zgS4GjALVQdYJn9xzGtCBv XkRA62NSlI5eZEwVU+Quz+FfYRJdsZ+VtOMylfcpx7khK6H+46BaGEYcgmNyTLzOB8y1 yFMI7+uZSyoG2/TQ9++aCU/qj+TKj/v9DmIdVE0QAViwkCKtEKnjfLQhfDB66F6yoTFU UXiS2uc3YOycSEp6hIbPoWcy+WZw1NbfhNKQ47rs+O8BSihWQ+a5TuFL7YOq8MQKmxFI ZlBg== X-Gm-Message-State: AOAM533G1COScr6adDXtID8PtwSZOi4ASuBVp4aZB2rsl/D2oEct7aTr uU2dLM8o2+OhUEmRsxkcmf2SyOuz9kxguiqNj/wdUnSULDleGp2sYIV7RFe21taqVWiaIrPkL9h 13AnhBUJilvvAs61BpDg= X-Received: by 2002:a67:e317:: with SMTP id j23mr1799765vsf.17.1618212179795; Mon, 12 Apr 2021 00:22:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz7q4jfjZGrirEDDefsQWqD3tOr2dayclz4ZFnKOb1/LeeJBXjDKH9fa6RdcYBkWOc9GyZb9HC6Ujfs0AoQzvg= X-Received: by 2002:a67:e317:: with SMTP id j23mr1799757vsf.17.1618212179663; Mon, 12 Apr 2021 00:22:59 -0700 (PDT) MIME-Version: 1.0 References: <20210318063421.14895-1-hemant.agrawal@nxp.com> <20210410170252.4587-1-hemant.agrawal@nxp.com> <20210410170252.4587-8-hemant.agrawal@nxp.com> In-Reply-To: <20210410170252.4587-8-hemant.agrawal@nxp.com> From: David Marchand Date: Mon, 12 Apr 2021 09:22:48 +0200 Message-ID: To: Hemant Agrawal Cc: dev , gakhil@marvell.com, Nicolas Chautru , Nipun Gupta , Tom Rix Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 7/8] app/bbdev: add parameter to take input in network order X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Sat, Apr 10, 2021 at 7:04 PM Hemant Agrawal wrote: > > From: Nipun Gupta > > Test bbdev application is reading the input and output from the > test vector files in the same endianness which is of the system. > This patch adds an option to provide data in the network order > i.e. big endian format I did not look at the bbdev API, but something feels odd here. Why should the test know about endianness? -- David Marchand