Skip to content

VOER-???: Upgrade prox for DPDK-24.11.2#2

Open
Priyangshu-01 wants to merge 1 commit into
touchstone-master-02425932from
VOER-1893
Open

VOER-???: Upgrade prox for DPDK-24.11.2#2
Priyangshu-01 wants to merge 1 commit into
touchstone-master-02425932from
VOER-1893

Conversation

@Priyangshu-01
Copy link
Copy Markdown

No description provided.

@Priyangshu-01 Priyangshu-01 changed the base branch from main to touchstone-master-02425932 July 25, 2025 09:34
Comment thread VNFs/DPPD-PROX/display.c
/* nodelay(scr, TRUE); */
noecho();

printf("Before Curset\n");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm.

Comment thread VNFs/DPPD-PROX/display.c
Comment on lines +335 to +336
volatile int dummy = 0;
if (dummy == 0) printf("After Curset");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm.

Comment thread VNFs/DPPD-PROX/display.c
delwin(win_tabs);
delwin(win_cmd);
delwin(win_txt);
//delwin(win_txt);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

un-rm.

new_mbufs[idx] = task->queue[task->queue_tail].mbuf;
PREFETCH0(new_mbufs[idx]);
PREFETCH0(&new_mbufs[idx]->cacheline1);
PREFETCH0(RTE_PTR_ADD(new_mbufs[idx], RTE_CACHE_LINE_MIN_SIZE));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reason/source for this change?

Comment on lines +472 to +473
rte_memcpy(&pip6->dst_addr, &tun_dest->dst_addr, sizeof(pip6->dst_addr));
rte_memcpy(&pip6->src_addr, &ptask->local_endpoint_addr, sizeof(pip6->src_addr));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That does not seem right! Source of this change in DPDK?

Comment on lines +709 to +714
printf("port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len: %u\n", port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len);
port_cfg->port_conf.rx_adv_conf.rss_conf.rss_hf &= port_cfg->dev_info.flow_type_rss_offloads;
printf("port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len: %u\n", port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len);
#endif
if (strcmp(port_cfg->short_name, "virtio")) {
printf("port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len: %u\n", port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm.

port_cfg->port_conf.rxmode.mq_mode |= RTE_ETH_MQ_RX_RSS;
port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key = toeplitz_init_key;
port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len = TOEPLITZ_KEY_LEN;
port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len= port_cfg->dev_info.hash_key_size;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite interesting. Why?

Comment on lines +684 to +687
for (int i = 0; i < TOEPLITZ_KEY_LEN_52; i++) {
printf("%02x ", toeplitz_init_key_52[i]);
if ((i + 1) % 8 == 0) printf("\n");
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm.

Comment on lines +691 to +694
for (int i = 0; i < TOEPLITZ_KEY_LEN; i++) {
printf("%02x ", toeplitz_init_key[i]);
if ((i + 1) % 8 == 0) printf("\n");
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm.

}
}

printf("port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len: %u\n", port_cfg->port_conf.rx_adv_conf.rss_conf.rss_key_len);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm.

@Priyangshu-01 Priyangshu-01 changed the title VOER-1893: Upgrade prox for DPDK-24.11.2 VOER-???: Upgrade prox for DPDK-24.11.2 Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants