On Thu, Feb 23, 2017 at 10:51:27AM -0600, Bill Fischofer wrote:
> I see all the patches in this series on the mailing list, but it appears
> that the patchwork series[1] is missing parts 14 and 16.
and part 20.
I don't have parts 14, 16, and 20 on my inbox either, and it doesn't look
like they ev
On Thu, Feb 16, 2017 at 09:52:37AM +0100, Ravineet Singh wrote:
> The wrapper script; odp_run_app_isolated.sh can be used to run ODP
> testcases in a isolated environment. Background noise can also be
> generated.
>
> Signed-off-by: Ravineet Singh
>
> v2: moved task-isolation dir to odp/scripts,
ernet */
> odp_packet_l2_offset_set(pkt, 0);
> eth = (odph_ethhdr_t *)buf;
> - memcpy(eth->src.addr, mac, ODPH_ETHADDR_LEN);
> - memcpy(eth->dst.addr, mac, ODPH_ETHADDR_LEN);
> + memcpy(eth->src.addr, &src_mac, ODPH_ETHADDR_LEN);
> + memcpy(
On Thu, Dec 22, 2016 at 08:03:07PM +0530, Bala Manoharan wrote:
> Regards,
> Bala
>
>
> On 22 December 2016 at 19:22, Josep Puigdemont
> wrote:
> > On Thu, Dec 22, 2016 at 12:22:50PM +0530, Bala Manoharan wrote:
> >> Regards,
> >> Bala
> &g
On Thu, Dec 22, 2016 at 12:22:50PM +0530, Bala Manoharan wrote:
> Regards,
> Bala
>
>
> On 8 December 2016 at 21:03, Josep Puigdemont
> wrote:
> > On Thu, Nov 10, 2016 at 07:58:39PM +0530, Bala Manoharan wrote:
> >> Fixes https://bugs.linaro.org/show_bug.cg
On Thu, Nov 10, 2016 at 07:58:39PM +0530, Bala Manoharan wrote:
> Fixes https://bugs.linaro.org/show_bug.cgi?id=2496
>
> Signed-off-by: Balasubramanian Manoharan
> ---
> v2: Incorporate review comments
> test/common_plat/validation/api/pktio/pktio.c | 24 +---
> 1 file change
On Thu, Nov 03, 2016 at 06:51:15PM +0530, Balasubramanian Manoharan wrote:
> Fixes https://bugs.linaro.org/show_bug.cgi?id=2496
>
> Signed-off-by: Balasubramanian Manoharan
> ---
> test/common_plat/validation/api/pktio/pktio.c | 17 ++---
> 1 file changed, 14 insertions(+), 3 deletio
On Mon, Oct 24, 2016 at 10:34:54PM +0530, Nikhil Agarwal wrote:
> This RFC introduces IPSEC crypto offload APIs. These APIs can be used in
> accelerator
> pipeline model or for look aside IPSEC model.
>
> TODO items:
> - statistics amd capability APIs
> - Encrypt and send APIs
>
> Signed-off-by: