A system, apparatus, computer program product and method of performing functional validation testing in a system are provided. Generally, functional validation testing includes data acquisition and data validation testing. During the functional validation testing two devices may be exchanging data. The exchange of data by the two devices may be referred to as data acquisition. The data from one device and the data from the other device may be compared to each other. This may be referred to as data validation. When data is exchanged during data acquisition, it is also stored in appropriate locations in a pool of buffers in memory. During the data acquisition, checks are made to determine if the system is entering an idle cycle. If so, the data validation test is performed by using the data in the pool of buffers in memory.
|
1. A method of performing functional validation testing in a system, the functional validation testing including a data acquisition and a data validation test, the method comprising the steps of:
setting up a pool of buffers in memory, the pool of buffers having a set of locations assigned to a first device, a set of locations assigned to a second device, the first and second device exchanging data during the data acquisition;
entering each piece of data being exchanged by the first and the second device in memory in appropriate locations in the pool of buffers;
determining whether the system is entering an idle cycle; and
performing the data validation test by using the data in the pool of buffers in memory if it is determined that the system is entering an idle cycle.
2. The method of
3. The method of
4. The method of
5. The method of
|
1. Technical Field
The present invention is directed to functional validation testing. More specifically, the present invention is directed to a system, apparatus, computer program product and method of continuing functional validation testing even after one of the devices involved in performing the test becomes inaccessible.
2. Description of Related Art
After an integrated circuit (IC) has been designed and fabricated, it usually undergoes an array of tests to ensure that it functions as intended. This array of tests is usually referred to as functional validation testing.
Functional validation testing generally entails data acquisition and validation. For example, if data is being transacted between two devices (i.e., data acquisition), then it has to be validated. To validate the data, the data has to be read from the source device and from the destination device and compared. If the data read from the two devices are the same the test passes; otherwise it fails.
When, during the functional validation testing, one of the devices becomes inaccessible, the test may have to be suspended since accessibility to both devices is required. In such a case, therefore, the functional validation testing becomes that much more prolonged.
Thus, what is needed is a system, apparatus, computer program product and method of continuing functional validation testing even after one of the devices involved in performing the test becomes inaccessible.
The present invention provides a system, apparatus, computer program product and method of performing functional validation testing in a system. Generally, functional validation testing includes data acquisition and data validation testing. During the functional validation testing two devices may be exchanging data. The exchange of data by the two devices may be referred to as data acquisition. The data from one device and the data from the other device may be compared to each other. This may be referred to as data validation (i.e., if the data from each of the devices is the same then the test passes and the data is said to be validated otherwise the test fails). When data is exchanged during data acquisition, it is stored in appropriate locations in a pool of buffers in memory. (The pool of buffers has a set of locations assigned to one device and a set of locations assigned to the other device.) During the data acquisition, checks are made to determine if the system is entering an idle cycle. If so, the data validation test is performed by using the data in the pool of buffers in memory.
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
An operating system (OS) generally includes a scheduler. The scheduler is a software program that coordinates the use of a computer system's shared resources (e.g., a CPU). The scheduler usually uses an algorithm such as a first-in, first-out (i.e., FIFO), round robin or last-in, first-out (LIFO), a priority queue, a tree etc. algorithm or a combination thereof in doing so. For example, suppose a FIFO algorithm is used and the computer system is a uni-processor (i.e., one CPU) system. Suppose further that the computer system is executing three different programs, then the first program that is ready to be run will be scheduled to run on the processor first, the second program second and the third program last.
Note that a process is a program under execution. A program that is under execution may also be loosely referred to as a task. In most operating systems, there is at least a one-to-one relationship between a task and a program. However, some operating systems allow a program to be divided into multiple tasks or threads. Such systems are called multithreaded operating systems. For the purpose of simplicity, programs, threads and processes will henceforth be used interchangeably. Thus, the first program will be referred to as thread 1 or Th1, the second program as thread 2 or Th2 and the third program as thread 3 or Th3.
In order to inhibit one thread from preventing other threads from running on the CPU, the scheduler assigns units of CPU time (e.g., quanta or time slices) to threads. Thus, each thread takes turns running on the CPU. Note that a quantum is typically very short in duration, but threads receive quanta so frequently that the system appears to run smoothly, even when many threads are running on the system.
When a thread is being processed by a CPU and for some reason has to wait for an event to occur before proceeding, for efficiency reasons, the process may cede the rest of its turn at the CPU to another process that is ready to run. For example, it is well known that disk input/output (I/O) is a relatively slow process. Hence, if a first process is performing disk I/O before proceeding to another task, instead of holding the processor while waiting for the disk I/O to complete, it may instead allow another process to use the CPU while waiting.
Thus, if Th1 is being processed and if Th1 needs to wait for an event to occur, it may cede the rest of its turn at the CPU to Th2, if Th2 is ready to be processed, or to Th3, if Th3 is instead ready to be processed. If neither Th2 nor Th3 is ready to be processed then Th1 may cede the rest of its turn at the CPU to a process called idle. The idle process is a process that is run on a CPU when no other threads are ready to be processed by the CPU. Thus, whenever there is not a thread ready to be executed, an idle thread is dispatched for execution. Since during the time the idle thread is being processed the CPU is not doing any useful work, that time is generally referred to as an idle cycle.
The present invention proposes to use a validating device that may reserve memory areas for storing data that is being transacted and program the CPU to perform validation operations instead of running an idle thread.
With reference now to the figures,
An operating system runs on processor 102 and is used to coordinate and provide control of various components within data processing system 100 in
Those of ordinary skill in the art will appreciate that the hardware in
As another example, data processing system 100 may be a stand-alone system configured to be bootable without relying on some type of network communication interface, whether or not data processing system 100 comprises some type of network communication interface. As a further example, data processing system 100 may be a Personal Digital Assistant (PDA) device, which is configured with ROM and/or flash ROM in order to provide non-volatile memory for storing operating system files and/or user-generated data.
The depicted example in
As mentioned above, the present invention uses a validating device (not shown) that may reserve memory areas for storing data that is being transacted between two buffers (not shown) and have the CPU perform validation operations instead of going idle. Each test case that is being run will have to register with the validating device and all data buffers that need to be compared are mapped to the memory areas associated with the device. In this case, validation will occur when the test program releases the CPU. In addition, the device may interact with the test case program and interrupt the program when its own buffers (e.g., the memory areas associated with the device) are full and the data of any one of the test cases is ready to be validated. The device will then associate any failure with information necessary to understand the circumstances under which the failure occurred.
The validating device may be installed on the computer system via one of the expansion slots mentioned above. When the device is installed, it will (1) redirect the function pointer of the idle cycle to its own function; (2) map large continuous areas of the memory 104 for the test (these areas will not be capable of being paged); and (3) register an interrupt handler that will affect all test cases that it monitors.
Each pool of buffers contains a source buffer and a destination buffer assigned to a source device and a destination device pair. Source device 340 is shown to be paired off with destination device 360 in
Source device 340 uses PCI bus 330 to transfer data to and from destination device 360. New data is written into clean buffer areas 354 and/or 364 of buffers 350 and 360. Once an area has been written into, it becomes part of dirty/used areas 352 and/or 372. Modified data replaces data in the used/dirty areas 352 and 372.
The validating device may contain HW coherency/snooping logic to ensure that the pools of buffers contain identical data as buffers in the respective source/destination device pairs by snooping the PCI bus 330. This then allows the validating device to perform complete buffer validations on the pools of buffers in memory 304 when one of the buffers (i.e., buffer 350 or 370) becomes inaccessible or when, for any reason, data acquisition is suspended. Specifically, when the source buffer or the destination buffer becomes inaccessible or data acquisition is suspended, if there is not any other thread ready to be processed, the scheduler would in the past dispatch an idle thread to be processed by the CPU 102 of
As mentioned above, if the source and/or destination buffer that is reserved for a source device and/or destination device, respectively, becomes full, the validation device may interrupt the data acquisition that is being performed to do validation tests and free up some of the memory locations.
Note that the validation device may be either a hardware or software module. If it is a hardware module then it may be installed on the computer system 100, as mentioned above, through a PCI slot. If on the other hand, it is a software module, it may be installed on the computer system 100 as a plug-in to the OS. In either case, however, the process outlined in
If the buffers are not full, then a check may be performed to determine whether the CPU is entering an idle cycle (step 414). If so, another check may be performed to determine whether there is any data in the buffers to be validated (416). Data that is ready to be validated will be validated instead of allowing the CPU to enter the idle cycle (step 418). If there is not any data to be validated, the CPU will be allowed to enter the idle cycle (step 422). After the data validation has been performed or after the CPU has entered the idle cycle, a test will be performed to determine whether data is being transferred (steps 420 and 424). If there is data being transferred, the process may jump back to step 408. Otherwise, the process may remain in step 420 or step 424. The process may end when the computer system is turned off or is reset or when there is not any functional validation testing being performed.
The description of the present invention has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. The embodiment was chosen and described in order to best explain the principles of the invention, the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
Smolski, Steven Joseph, Kehne, Kevin Gene, Salzberg, Claudia Andrea
Patent | Priority | Assignee | Title |
Patent | Priority | Assignee | Title |
4654819, | Dec 09 1982 | Radisys Corporation | Memory back-up system |
5727144, | Dec 15 1994 | GLOBALFOUNDRIES Inc | Failure prediction for disk arrays |
5996091, | Mar 28 1997 | Intellectual Ventures II LLC | CPLD serial programming with extra read register |
6772310, | Nov 04 1997 | Hewlett Packard Enterprise Development LP | Method and apparatus for zeroing a transfer buffer memory as a background task |
6928638, | Aug 07 2001 | Intel Corporation | Tool for generating a re-generative functional test |
7216185, | Jun 19 2001 | NEC Corporation | Buffering apparatus and buffering method |
7231562, | Jan 11 2003 | Polaris Innovations Limited | Memory module, test system and method for testing one or a plurality of memory modules |
20060155897, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jan 25 2004 | KEHNE, KEVIN GENE | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 015987 | /0481 | |
Jan 25 2004 | SALZBERG, CLAUDIA ANDREA | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 015987 | /0481 | |
Jan 25 2004 | SMOLSKI, STEVEN JOSEPH | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 015987 | /0481 | |
Jan 27 2005 | International Business Machines Corporation | (assignment on the face of the patent) | / | |||
Mar 27 2012 | International Business Machines Corporation | Facebook, Inc | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 027991 | /0416 | |
Oct 28 2021 | Facebook, Inc | Meta Platforms, Inc | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 058553 | /0802 |
Date | Maintenance Fee Events |
Mar 18 2009 | ASPN: Payor Number Assigned. |
Jan 23 2012 | REM: Maintenance Fee Reminder Mailed. |
May 25 2012 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
May 25 2012 | M1554: Surcharge for Late Payment, Large Entity. |
Nov 25 2015 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Nov 27 2019 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Jun 10 2011 | 4 years fee payment window open |
Dec 10 2011 | 6 months grace period start (w surcharge) |
Jun 10 2012 | patent expiry (for year 4) |
Jun 10 2014 | 2 years to revive unintentionally abandoned end. (for year 4) |
Jun 10 2015 | 8 years fee payment window open |
Dec 10 2015 | 6 months grace period start (w surcharge) |
Jun 10 2016 | patent expiry (for year 8) |
Jun 10 2018 | 2 years to revive unintentionally abandoned end. (for year 8) |
Jun 10 2019 | 12 years fee payment window open |
Dec 10 2019 | 6 months grace period start (w surcharge) |
Jun 10 2020 | patent expiry (for year 12) |
Jun 10 2022 | 2 years to revive unintentionally abandoned end. (for year 12) |