<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LayerscapeのトピックRe: DPDK IPsec-GW Transport mode Issue</title>
    <link>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1628981#M12188</link>
    <description>&lt;P&gt;I just confirmed with DPDK development team.&lt;/P&gt;
&lt;P&gt;We never officially supported Transport mode. As tunnel mode is mostly used in most usecase.&lt;/P&gt;
&lt;P&gt;Hardware is capable of supporting the transport mode and in the past we have few PoCs to support transport mode. So it is doable, but currently we are not planning to work on it.&lt;/P&gt;
&lt;P&gt;Why do you need&amp;nbsp;Transport Mode?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2023 09:38:07 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2023-04-06T09:38:07Z</dc:date>
    <item>
      <title>DPDK IPsec-GW Transport mode Issue</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1623847#M12106</link>
      <description>&lt;P&gt;I am working with LS1046ARDB Evaluation Board to develop a network based application. I have started my project with Flex-builder(flexbuild_lsdk2108), Flex-installer(version: 1.13.2108) and Codewarrior IDE.&lt;/P&gt;&lt;P&gt;I have download the images from &lt;A href="https://lsdk.github.io/components.html" target="_blank"&gt;https://lsdk.github.io/components.html&lt;/A&gt;&lt;BR /&gt;boot_LS -&amp;gt; wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/boot_LS_arm64_lts_5.10.tgz&lt;/A&gt;&lt;BR /&gt;firmware image -&amp;gt; wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1046ardb_sdboot.img" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/firmware_ls1046ardb_sdboot.img&lt;/A&gt;&lt;BR /&gt;Rootfs -&amp;gt; wget &lt;A href="https://www.nxp.com/lgfiles/sdk/lsdk2108/rootfs_lsdk2108_ubuntu_main_arm64.tgz" target="_blank"&gt;https://www.nxp.com/lgfiles/sdk/lsdk2108/rootfs_lsdk2108_ubuntu_main_arm64.tgz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have followed the steps in this URL -&amp;gt; &lt;A href="https://doc.dpdk.org/guides/sample_app_ug/ipsec_secgw.html" target="_blank"&gt;https://doc.dpdk.org/guides/sample_app_ug/ipsec_secgw.html&lt;/A&gt; and tested dpdk-ipsec-secgw&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;setup:&lt;/STRONG&gt;&lt;BR /&gt;PC1 &amp;lt;--&amp;gt; NXP-1-P0 &amp;lt;--&amp;gt; IPSEC[ENC/DEC] &amp;lt;--&amp;gt; NXP-1-P1 &amp;lt;--&amp;gt; NXP-2-P1 &amp;lt;--&amp;gt; IPSEC[ENC/DEC] &amp;lt;--&amp;gt; NXP-2-P0 &amp;lt;--&amp;gt; PC2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;command which i run it on NXP-1 board [LS1046ARDB]&lt;/STRONG&gt;&lt;BR /&gt;user@localhost:~$ sudo dpdk-ipsec-secgw -c 0x3 -n 2 -- -p 0x3 -P -u 0x2 --config="(0,0,0),(1,0,1)" -f ep0_gcm.cfg --mtu 3600 -j 5000&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;command which i run it on NXP-2 board [LS1046ARDB]&lt;/STRONG&gt;&lt;BR /&gt;user@localhost:~$ sudo dpdk-ipsec-secgw -c 0x3 -n 2 -- -p 0x3 -P -u 0x2 --config="(0,0,0),(1,0,1)" -f ep1_gcm.cfg --mtu 3600 -j 5000&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Tunnel mode:&lt;/STRONG&gt;&lt;BR /&gt;Ping is working&lt;BR /&gt;SSH connection is working&lt;BR /&gt;SFTP also working&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Transport mode:&lt;/STRONG&gt;&lt;BR /&gt;Ping is working&lt;BR /&gt;&lt;STRONG&gt;But SSH and SFTP is not working&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I attached Configuration file for Transport/Tunnel mode and wireshare log&lt;/P&gt;&lt;P&gt;My question is for Transport mode any other parse arguments which i have to enable or what to do? &lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 06:02:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1623847#M12106</guid>
      <dc:creator>sheikfaaruk</dc:creator>
      <dc:date>2023-03-29T06:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK IPsec-GW Transport mode Issue</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1626740#M12138</link>
      <description>&lt;P&gt;I just confirmed with the AE team.&lt;/P&gt;
&lt;P&gt;DPDK IPsec-GW Transport mode is not supported in LSDK 21.08.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 09:11:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1626740#M12138</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-04-03T09:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK IPsec-GW Transport mode Issue</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1627501#M12158</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;In which version i can able to achieve full working DPDK IPsec-GW Transport mode ?&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411"&gt;@yipingwang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 09:17:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1627501#M12158</guid>
      <dc:creator>sheikfaaruk</dc:creator>
      <dc:date>2023-04-04T09:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK IPsec-GW Transport mode Issue</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1628981#M12188</link>
      <description>&lt;P&gt;I just confirmed with DPDK development team.&lt;/P&gt;
&lt;P&gt;We never officially supported Transport mode. As tunnel mode is mostly used in most usecase.&lt;/P&gt;
&lt;P&gt;Hardware is capable of supporting the transport mode and in the past we have few PoCs to support transport mode. So it is doable, but currently we are not planning to work on it.&lt;/P&gt;
&lt;P&gt;Why do you need&amp;nbsp;Transport Mode?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 09:38:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1628981#M12188</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-04-06T09:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK IPsec-GW Transport mode Issue</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1629590#M12200</link>
      <description>In our requirement we need deveIop IPsec-GW with Tunnel and Transport mode in LS1046ARDB Evaluation Board&lt;BR /&gt;while testing Tunnel Mode with default code : SSH / SFTP / ICMP is working&lt;BR /&gt;but Transport Mode : ICMP only working . SSH and SFTP is not working&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411"&gt;@yipingwang&lt;/a&gt;</description>
      <pubDate>Fri, 07 Apr 2023 07:43:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1629590#M12200</guid>
      <dc:creator>sheikfaaruk</dc:creator>
      <dc:date>2023-04-07T07:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: DPDK IPsec-GW Transport mode Issue</title>
      <link>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1630880#M12220</link>
      <description>&lt;P&gt;You many consider paid service from NXP if the feature is not supported or tested in our official release.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 03:00:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/DPDK-IPsec-GW-Transport-mode-Issue/m-p/1630880#M12220</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-04-11T03:00:18Z</dc:date>
    </item>
  </channel>
</rss>

