Bug 678 : APV 9800 device self-rebooted |AS-12512| NPCI-UPI
Review Request #267 — Created May 28, 2024 and updated
| Information | |
|---|---|
| rvempati | |
| APV10 | |
| rel_apv_10_4_0_112_india | |
| Reviewers | |
| kdutta, pradeep, prajesh, tanya | |
Ported the fixes from the relevant bug 645.
Updated the code with only commands.pm file changes.
And the code is compiled successfully.chroot pack/install_root su - root -c "/ca/bin/tcpdump -h 2>&1|grep version"
tcpdump version 4.5.1
libpcap version 1.7.3
./tools/sign_pack -o ArrayOS-Rel_APV_10_4_0_112_6.array -i ustackupdate.tar.gz -k
tools/click_priv_key.pem
signed package created :ArrayOS-Rel_APV_10_4_0_112_6.array
[root@devrohit rel_apv_10_4_0_112_india]#
| Description | From | Last Updated |
|---|---|---|
|
Hi Rohit, the 645 fix in is only in 2 files your change looks different. Was the code base different? |
|
|
|
Where else the code makes use of EROUTE_RTS_UPDATE? |
|
|
|
Intent here is to create a RTS entry for non SYACK TCP packet. Is this correct? |
|
|
|
if you want to update every other packet, then you dont need a check .you can ust use the else … |
|
|
|
Is there a code which makees use of EROUTE_RTS_BSD? |
|
|
|
can you explain what lock does? |
|
Change Summary:
Modified two more files that use EROUTE_RTS_UPDATE
Testing Done: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+24 -11) |
-
-
branches/rel_apv_10_4_0_112_india/usr/src/sys/click/net/click_ether.c (Diff revision 2) Intent here is to create a RTS entry for non SYACK TCP packet. Is this correct?
-
-
branches/rel_apv_10_4_0_112_india/usr/src/sys/click/net/click_ether.c (Diff revision 2) if you want to update every other packet, then you dont need a check .you can ust use the else part?
Change Summary:
Reverted the files click_ether.c and click_input.c
Testing Done: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+16 -7) |
Change Summary:
Updated the code with only commands.pm file changes.
Testing Done: |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 4 (+3 -3) |
Change Summary:
Updated the review request for commands.pm file
Testing Done: |
|
|---|
-
-
branches/rel_apv_10_4_0_112_india/usr/click/lib/libparser/commands.pm (Diff revision 4) can you explain what lock does?
